container/list.Element.list (field)
16 uses
container/list (current package)
list.go#L24: list *List
list.go#L32: if p := e.next; e.list != nil && p != &e.list.root {
list.go#L40: if p := e.prev; e.list != nil && p != &e.list.root {
list.go#L97: e.list = l
list.go#L113: e.list = nil
list.go#L135: if e.list == l {
list.go#L159: if mark.list != l {
list.go#L170: if mark.list != l {
list.go#L181: if e.list != l || l.root.next == e {
list.go#L192: if e.list != l || l.root.prev == e {
list.go#L203: if e.list != l || e == mark || mark.list != l {
list.go#L213: if e.list != l || e == mark || mark.list != l {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |